home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / snm.man < prev    next >
Encoding:
Text File  |  1989-03-22  |  2.1 KB  |  133 lines

  1.  
  2.  
  3.  
  4. SNM                       User Commands                       SNM
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      snm - print name list for SPUR binary
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ssnnmm [ --ggnnoopprruuaa ] [ [ _f_i_l_e_n_a_m_e ] ...
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _S_n_m is similar to _n_m except that it operates on SPUR object
  16.      files.  _S_n_m prints the name list (symbol table) of each
  17.      object _f_i_l_e_n_a_m_e in the argument list.  If an argument is an
  18.      archive, a listing for each object file in the archive will
  19.      be produced.  If no _f_i_l_e_n_a_m_e is given, the symbols in _a._o_u_t
  20.      are listed.
  21.  
  22.      Each symbol name is preceded by its value (blanks if unde-
  23.      fined) and one of the letters:
  24.  
  25.      AA    absolute
  26.  
  27.      BB    bss segment symbol
  28.  
  29.      CC    common symbol
  30.  
  31.      DD    data segment symbol
  32.  
  33.      TT    text segment symbol
  34.  
  35.      UU    undefined
  36.  
  37.      --    debug, giving symbol table entries (see --aa below)
  38.  
  39.      The type letter is upper case if the symbol is external, and
  40.      lower case if it is local.  Symbols given values in shared
  41.      regions are followed by `S' or `s'.  By default, the output
  42.      is sorted alphabetically by symbol name.
  43.  
  44. OOPPTTIIOONNSS
  45.      --gg   Print only global (external) symbols.
  46.  
  47.      --nn   Sort numerically rather than alphabetically.
  48.  
  49.      --oo   Prepend file or archive element name to each output
  50.           line rather than only once.
  51.  
  52.      --pp   Don't sort; print in symbol-table order.
  53.  
  54.      --rr   Sort in reverse order.
  55.  
  56.      --uu   Print only undefined symbols.
  57.  
  58.      --aa   Print all symbols.
  59.  
  60.  
  61.  
  62.  
  63. SPUR Release 1.0           29 May 1988                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. SNM                       User Commands                       SNM
  71.  
  72.  
  73.  
  74. EEXXAAMMPPLLEE
  75.           snm
  76.  
  77.      prints the symbol list of _a._o_u_t, the default output file for
  78.      the CC, FORTRAN 77 and Pascal compilers.
  79.  
  80. SSEEEE AALLSSOO
  81.      ar(1), ar(5), a.out(5)
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. SPUR Release 1.0           29 May 1988                          2
  130.  
  131.  
  132.  
  133.